home *** CD-ROM | disk | FTP | other *** search
- 178
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- SetWindowDepth
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baSetWindowDepth sets the z-order depth of the specified window.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baSetWindowDepth( WinHandle , Depth )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Integer, Integer.
- --- RECORDSEPARATOR ---
- WinHandle is the handle to set the depth of.
- --- RECORDSEPARATOR ---
- Depth is the new depth to set the window to.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Void.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- baSetWindowDepth( baWinHandle() , 2 ) --
- --- RECORDSEPARATOR ---
- sets the Director window to below the
- --- RECORDSEPARATOR ---
- top window, but in front of all other windows
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- baSetWindowDepth( 3124 , 5 )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Notes:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Setting a depth greater than the number of visible windows is allowed - the window
- --- RECORDSEPARATOR ---
- will be sent to the back of all other windows.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- See also:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baWindowDepth
- --- RECORDSEPARATOR ---
- baWindowToFront
- --- RECORDSEPARATOR ---
- baWindowToBack